HTML Attributes

HTML attributes provide additional information about HTML elements. HTML Attributes All HTML elements can have attributes Attributes provide additional information about elements Attributes are always specified in the start tag Attributes usually come in name/value pairs like: name=”value” The href Attribute The <a> tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to: Example <html><body><h2> The href… Read More »

HTML Basic

In this chapter we will show some basic HTML examples. Don’t worry if we use tags you have not learned about yet. HTML Documents All HTML documents must start with a document type declaration: <!DOCTYPE html>. The HTML document itself begins with <html> and ends with </html>. The visible part of the HTML document is between <body> and </body>. <!DOCTYPE html><html><body><h1>My First Heading</h1><p>My… Read More »

What is Hypertext Markup Language(HTML)?

HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content HTML elements label… Read More »

What is Page layout Menu | Page Layout Menu in Microsoft Word

Page orientation Word offers two page orientation options: landscape and portrait. Compare our example below to see how orientation can affect the appearance and spacing of text and images. Landscape means the page is oriented horizontally. Portrait means the page is oriented vertically. To change page orientation: Select the Layout tab. 2. Click the Orientation command in the Page Setup group. 3. A drop-down… Read More »

Hypertext Markup Language(HTML)

Introduction to HTML Getting started with HTML HTML attribute reference HTML Headings Element HTML Paragraphs Element HTML Styles Element HTML text fundamentals HTML Quotation and Citation Elements HTML Comments How to apply Colors in HTML CSS(Cascading Style Sheets) Creating hyperlinks HTML Images Element HTML Favicon HTML Tables Element HTML Lists Element HTML Block and Inline Elements HTML class Attribute HTML id Attribute HTML Iframes Element HTML JavaScript HTML File Paths HTML… Read More »