Web Technology IITU Board 2081
Create an HTML page that contains Meta tag. Set the title of your page to "This Meta BIT". Set the description content in Meta to "Hello BIT", Keyword contents to "BIT", "IOST", "TU" and character…
5Create an HTML page that contains Meta tag. Set the title of your page to "This Meta BIT". Set the description content in Meta to "Hello BIT", Keyword contents to "BIT", "IOST", "TU" and character encoding to "UTF-8". Also write "Hello BIT" and "Web Tech" in H1 and H2 tag under body section of the page.
A worked answer is on its wayMeanwhile, read the Web Technology II notes for this topic.
Discussion
Loading…
More Web Technology II questions
What is server side scripting? How can you define and declare variables in PHP? Write PHP programs to demonstrate concepts of while and do while loops.TU Board 208110What is client side validation? Why form validation is needed? Write a JavaScript program to validate a form that contains text field, password field, radio…TU Board 208110How can you define and declare functions? Differentiate global variable from static variable. Write a PHP program to demonstrate the use of global and static…TU Board 208110What is CSS Box Model? Define the areas and edges in the CSS box model. Write CSS style for demonstrating CSS box model.TU Board 208110What is a PHP Data Object? How does MySQLi Object Interface work? Write a PHP program to read data elements from a database table and display in a page.TU Board 208110What is the use of XML? Given following XML, write XSD for validating the XML and also write XSLT to transform the XML into HTML file. The Name, and Address…TU Board 208110