Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Proper Use of HTML Read the text along with the lecture to complete your researc

ID: 662216 • Letter: P

Question

Proper Use of HTML

Read the text along with the lecture to complete your research and understanding of the information as it is being presented this week. Write a one-page paper responding to the following set of discussion questions. Use direct quotes from the sources you find to support your writing. Cite the source of the quotes, and of the information correctly using APA style.

The proper use of HTML, with all of the elements, codes, tags, headers, forms, Metadata, and categories will assure that you will structure your site to be accessible to the users of your site, your target audience. Discuss each of these HTML components, and why each is essential to good design.

Explanation / Answer

HTML - is HyperText Markup Language. It is the standard markup language used to create web pages. The components are-

HTML element is an individual component of an HTML document or web page, once this has been parsed into theDocument Object Model. HTML is composed of a tree of HTML elements and other nodes, such as text nodes. Each element can have HTML attributes specified. Elements can also have content, including other elements and text. Many HTML elements represent semantics, or meaning. For example, the title element represents the title of the document.

For example-   <p>P. Sherman<br>42 Wallaby Way<br>Sydney</p>

An HTML code that defines every structure on an HTML page, including the placement of text and images and hypertext links. HTML tags begin with the less-than (<) character and end with greater-than (>). These symbols are also called "angle brackets."

The HTML is the coding for the text paragraphs on this early Web page. All HTML tags are wrapped in less-than and greater-than symbols. HTML Assistant Pro is an HTML editor from Exit 0 Digital Systems

Headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least important heading.

The HTML <head> element contains meta data. Meta data are not displayed.

The HTML <head> element is placed between the <html> tag and the <body> tag.

It provides general information (metadata) about the document, including its title and links to or definitions of scripts and style sheets.

An HTML form is a section of a document containing normal content, markup, special elements called controls (checkboxes, radio buttons, menus, etc.), and labels on those controls.

The HTML Meta Element (<meta>) represents any metadata information that cannot be represented by one of the other HTML meta-related elements (<base>, <link>,<script>, <style> or <title>).

essentials for HTML are -