Test page for HTML

No editing - This page is a test for HTML editing.

bold the text: "b" in between chevons (aka angle brackets < and >)
After the end of the text, we had to end the command. All program commands must be closed or it just continues in most programs. You do this by adding a "/" before the letter or word that is the command. Like this:
bold text
Bold continues until I add the /b in angle brackets




Blogger will end a command when you insert a line break, but in some programs you have to insert them yourself. A line break is "br" in between the angle brackets. You can also divide paragraphs into group using "div".
italicize the text: "i" in between;
make the text a subscript: "sub";


for more HTML basic commands, check here: HTML tutorials on W3schools
This command uses more elements of HTML. It has the same simple command within brackets (a) but it also defines the URL it links to ("href=URL") and the text that should be displayed.


No comments:

Post a Comment