answersLogoWhite

0

You don't access HTML as such. You code it and run it.

Open Notepad. Type in <html>hello</html>. Go to save, change the type to all. Name your page index.htm somewhere on your computer. Save it. Now go to the location and click on the webpage. You've just 'accessed' and coded HTML.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

How does one access the html head title?

One can access the HTML head title by breaking apart the code of the website by using software like Java script or HTML scripts which can be downloaded on different websites pertaining to website and URL configuration tools.


How can you display all the session variables in an HTML page?

HTML is a static language and hence access to Sessions is not available in HTML pages. Sessions are accessible only for J2EE systems that use Servlets, JSP etc.


Notepad won't let me save my HTML document?

See if you have access rights to save documents to the PC. There is no specific restriction with respect to HTML documents and saving them using notepad.


What is the reason for use HTML?

On very basic level, HTML is simple and is universal throughout all the browsers/os/devices. With HTML5, you can even write complicated applications for across the platforms access.


How do you insert picture from desktop to HTML page?

You don't actually insert an image into an HTML page. An HTML page can display an image from any location where the browser has access to the file. Let us assume that the image you want to display on your HTML page is image.jpg. You use the tag to tell the browser to display your image. The person looking at your HTML page needs to be able to access the file on your desktop. You normally would upload your image to the Web server, so the visiting browser can see your image. If the image is on your desktop and the browser has access to your desktop content, here is the code you would use to display your image on the Web page:

Related Questions

How does one access the html head title?

One can access the HTML head title by breaking apart the code of the website by using software like Java script or HTML scripts which can be downloaded on different websites pertaining to website and URL configuration tools.


Where do web browers access HTML from?

Oh, dude, web browsers access HTML from servers through the internet. It's like they're knocking on the server's door and saying, &quot;Hey, can I have some HTML please?&quot; And the server's like, &quot;Sure thing, here you go!&quot; So yeah, it's all about that online connection, man.


How do you access css Im not sure if its in HTML im not sure how to access either of these?

You need to have the files in the same folder. Add this to HTML: &lt;link rel="stylesheet" type="text/css" href=".css"&gt;


Which methods can you use to export data from access 2007?

Export to XML. Export to another Access database. Export to HTML.


How do load an access database over HTML?

A database cannot be accessed directly by HTML. You need jars and a language like Java to connect a DB.


How can you display all the session variables in an HTML page?

HTML is a static language and hence access to Sessions is not available in HTML pages. Sessions are accessible only for J2EE systems that use Servlets, JSP etc.


Notepad won't let me save my HTML document?

See if you have access rights to save documents to the PC. There is no specific restriction with respect to HTML documents and saving them using notepad.


What are limitations of PHP?

PHP is used with HTML to interact with the web server to process forms, access and manipulate


What is the reason for use HTML?

On very basic level, HTML is simple and is universal throughout all the browsers/os/devices. With HTML5, you can even write complicated applications for across the platforms access.


How do you convert HTML file into a website?

There is nothing like converting HTML file to a website. A file with .html extension and when run in a web browser will be same as a website. To use that or access that everywhere you need to buy a server first.


Where do you buy a mp3 USB?

Buy USB from Pacific Access http://www.pacific-access.com/Asia-Supply-USB_sc27.html


How do you insert picture from desktop to HTML page?

You don't actually insert an image into an HTML page. An HTML page can display an image from any location where the browser has access to the file. Let us assume that the image you want to display on your HTML page is image.jpg. You use the tag to tell the browser to display your image. The person looking at your HTML page needs to be able to access the file on your desktop. You normally would upload your image to the Web server, so the visiting browser can see your image. If the image is on your desktop and the browser has access to your desktop content, here is the code you would use to display your image on the Web page: