Define HTML, and describe its structure and role in web design.
What will be an ideal response?
HTML is a markup language, a structured language that lets you identify common sections of a web page such as headings, paragraphs, and lists with markup tags that define each section. For example, the
element in the following code indicates that the text is a first-level heading:?What is HTML?
?Web pages are simply text documents that use HTML to tell the browser how to display each document section.?An HTML file includes the text that the user sees in the browser, contained within HTML markup elements the user cannot see that identify document sections and elements.?The HTML code is interpreted by the browser to create the displayed results. HTML is an application of SGML, a standard system for specifying document structure using markup tags.
Computer Science & Information Technology
You might also like to view...
If your system is frozen or stuck, ________
A) check the Task Manager B) run troubleshooters C) reboot the system D) check the connections
Computer Science & Information Technology
Why is it important to keep a binary search tree balanced?
What will be an ideal response?
Computer Science & Information Technology