Get the CODE:
Sunday, April 27, 2014
Put an Image in an HTML Page
To put an image in an html page. Use the img tag. In the src attribute, specify where the image is coming from. Set the url of the image that you want.
Make and HTML Hello World! FIle
If you want to make a hello world! file for HTML. Type the code in a text editor. You
may use notepad, if you are on windows. Save the file. View it in a web browser.
HTML is not case-sensitive. You may type doctype or DOCTYPE.
See the source CODE!
HTML is not case-sensitive. You may type doctype or DOCTYPE.
See the source CODE!
Make HTML Blank Template
To create a blank HTML file, type this code into a text editor. You may use notpad, if you are on windows. Save the file as a .html file(e.g., index.html). You may use a web browser to view the web page.
Make an HTML Web Page
HTML means Hyper Text Markup Language. It is used to make web pages. In HTML there are tags. The tags tell a web browser how to display a part of a page. A tag has a name, which is a keyword. A keyword is a word that is used by HTML itself. It has meaning to the language. The tag name is in angle brackets. It is the first word in the bracket.
. Type the page into a text editor(e.g., notepade, on windows). Then, save the page as .html. Open the page in a web browser. A web browser is, too, called an HTML browser.
See the CODE in action!
. Type the page into a text editor(e.g., notepade, on windows). Then, save the page as .html. Open the page in a web browser. A web browser is, too, called an HTML browser.
See the CODE in action!
Make and HTML Heading
HTML means Hyper Text Markup Language. It is used to make web pages. In HTML there are tags. The tags tell a web browser how to display a part of a page. A tag has a name, which is a keyword. A keyword is a word that is used by HTML itself. It has meaning to the language. The tag name is in angle brackets. It is the first word in the bracket.
. In this example, there is a heading tag. A heading tag lets you separate some text on the page as a header. The headers have six levels. Level One is the highest level. A this level your heading will be very big. Level six is the lowest level heading. If you set your heading to level six, the heading will be very small.
A heading tells what a paragraph is about. It tells what the text that follows is is about.
. In this example, there is a heading tag. A heading tag lets you separate some text on the page as a header. The headers have six levels. Level One is the highest level. A this level your heading will be very big. Level six is the lowest level heading. If you set your heading to level six, the heading will be very small.
A heading tells what a paragraph is about. It tells what the text that follows is is about.
Subscribe to:
Posts (Atom)