What is the above
Can you show me an example
also can you show me of an example ofWhat is a tag and attribute list for creating a website?
Right-click on any web page and chose ';View Source';. It should bring up the code in Notepad.
Make a Webpage:
Full Web Building Tutorials: http://www.w3schools.com/
Beginner's HTML Tutorial: http://www.htmlbasix.com/
How to Create a Webpage: http://www.make-a-web-site.com/
So You Want To Set Up Your First Site, Huh?: http://www.htmlgoodies.com/tutorials/get鈥?/a>
More info: http://www.hypergurl.com/
Web Site Blog: http://www.instant-web-site-tools.com/bl鈥?/a>
http://www.w3schools.com/site/default.as鈥?/a>
How to Start / Create Your Own Website: The Beginner's A-Z Guide: http://www.thesitewizard.com/gettingstar鈥?/a>
So, you want to make a Web Page!: http://www.pagetutor.com/html_tutor/inde鈥?/a>
Getting started with HTML: http://www.w3.org/MarkUp/Guide/
RonWhat is a tag and attribute list for creating a website?
a tag is a html element such as %26lt;html%26gt;, %26lt;br%26gt;, or %26lt;div%26gt;
an attribute is a paramater inside a tag which is the id in this example %26lt;div id=';my_div';%26gt;
Heres a small basic example of a site in notepad
%26lt;html%26gt;
%26lt;head%26gt;
%26lt;title%26gt;My Page%26lt;/title%26gt;
%26lt;/head%26gt;
%26lt;body bgcolor=';#ff0000'; text=';#0000ff';%26gt;
%26lt;h1%26gt;HELLO!%26lt;/h1%26gt;
%26lt;br/%26gt;
This is my webpage!!!!
%26lt;/body%26gt;
%26lt;/html%26gt;
put that into notepad and save as a .html file rather than .txt you can then open it in your browser (yeh i know it looks terrible but its a very simple example)
I suggest lookign at a site such as http://www.w3schools.com if you
want to learn more advanced stuff
good luck
No comments:
Post a Comment