Do you know How create to create a HTML File. Is this one way to create web design?
Printable View
Do you know How create to create a HTML File. Is this one way to create web design?
Read the document here, http://www.mcli.dist.maricopa.edu/tut/tut1.html
Hi,
Both are dependent each other
Both are different and dependent,For Designing Website HTML is needed.
you know HTML and design.. you want to know about css..
By using simple HTML labels web developers titles, sections, written text, platforms, pictures, details, value, etc. can add to a Website (HTML document).
I have also visited above link which give the easy description for how to create HTML file. It is best helpful to that they want start to learn HTML. Keep it up.
Hi clara, thanks for the link, useful for me
HTML is basic Language in designing for web pages layout . HTML stands for hypertext markup language . Also There are number of tools Available that helps in designing web pages easily . Dreamweaver is one of Good CMS that allows to design web pages even without have Knowledge to HTML tags .
To being a good and Creative web designer HTML is basic Language to learn with java-scripts , CSS , PHP etc .Thanks
HTML(Hypertext Markup Languare) is the Base of the Web design. In Today CSS is the very Popular in Webdesigning Process. There are many versions in HTML. The Latest Version is HTML5.
Top 10 Reasons to Use HTML5 Right Now
1. Accessibility
2. Video and Audio Support
3. Doctype
4. Cleaner Code
5. Smarter Storage
6. Better Interactions
7. Game Development
8. Legacy/Cross Browser Support
9. Mobile, Mobile, Mobile
HTML is Hyper Text Markup Language. It is the basic language needed for web designing. Now a days so many designing languages are in market like php, joomla etc. You can easily learn HTML from w3schools.com.
This will be the most common program that PC HTML programmers will use. Notepad can edit HTML, and at the same time you are able to view what you edit, in a web broswer. Below, are step-by-step instructions on how to get Notepad to create an HTML document.
Step 1: The first step is to create the HTML document which you will later be editing with notepad. There are a series of steps you will need to do in order to do this, please follow them closely.
First, right click on the desktop, select New, and from the pop-up list select Text Document. You will now see a new text document on your desktop titled New Text Document.
Now, you will have to change your computers settings so you are able to see file extensions. To do this, open up Explorer (Explorer refers to any window or folder). Once there, select View, and from the drop down list select Folder Options.
In the window that pops up, you will see three tabs on the top. Click the second tab, labeled, View. You will now see a list of check boxes. Find the option that says Hide File Extensions for Known File Types and make sure this box is not checked.
Click apply and go back to the desktop. You will now see the file you just created is called New Text Document.txt, with the .txt extension added on the end. Right click on this file, and rename it to filename.html. Filename can be whatever you want, but the ending must end with .html. Once this is done, you will notice that the icon will change, and you now, have a valid HTML file on your desktop.
You are now able to change the settings for viewing extensions back off if you wish, but it is not required.
Step 2: The second step is to open up this file using Notepad. To do this, open Notepad. If you can't find notepad, click the start menu, select Run and type in Notepad.
When Notepad is opened, go to File/Open. Then, locate your HTML document you created in Step 1 and click open. If your HTML document does not appear, be sure to set "File Of Type:" to "All Files" instead of "Text Documents". You are also able to simply drag your file into the Notepad program if you find that easier.
Step 3: The third and final step is to set your computer up so that when you update the HTML document in notepad, you can quickly see the changes you made to your page in your browser. To do this, first open up the HTML file in notepad. Then, double-click on the HTML file itself.
You should now have two windows open. One being Notepad, and the other being your web browser. Now, when you type HTML in Notepad, you can quickly view the results by going to the browser and hitting refresh.
HTML, Web-Design, Web applications, and e-commerce. Plus--learn the very best ways to foster optimization and usability, make your site search engine-friendly, and integrate technologies such as Java Applets, , JavaScript, ASP, and PHP 4 . use, HTML & Web Design Tips & Techniques for best website an asset to your business.
HTML is the "language" that web pages are written in - in fact, HTML stands for "hypertext mark-up language." But what does that mean?
Hyper is the opposite of linear. Old-fashioned computer programs were necessarily linear - that is, they had a specific order. But with a "hyper" language such as HTML, the user can go anywhere on the web page at any time.
Text is just what you're looking at now - English characters used to make up ordinary words.
Mark-up is what is done to the text to change its appearance. For instance, "marking up" your text with <b> before it and </b> after it will put that text in bold.
Language is just that. HTML is the language that computers read in order to understand web pages.