Tag Archives: Code Html

what is the code “html coding” for point picture to view the bigger size?

Question by Ahmad S: what is the code “html coding” for point picture to view the bigger size? let say i have a picture in my page… i dont want to view the larger picture at the new page.. how to make it.. if i just point to the picture, the picture will expand right … Continue reading

Making a HTML Website on notepad

code: html – means open html body – means text body. p – means paragraph – /p – means end paragraph /body – means end text body. /html – means end html! so your code should be: html body p (your text here) /p /body /html msg me or comment for any questions Video Rating: … Continue reading

Is there a way to create an “button” with html code to get emails.?

Question by : Is there a way to create an “button” with html code to get emails.? Looking for html code maybe that would create a way for the reader to input their name and email and then that name and email would be sent to my email? Best answer: Answer by JNo, you’d need … Continue reading

What is the difference between CSS and HTML?

by UggBoy♥UggGirl [ PHOTO // WORLD // TRAVEL ] Question by FanofMedicine: What is the difference between CSS and html? Hello, I am a beginner and am playing around with Notepad++ for fun. I am using the language “HTML,” and people say that CSS has some unique designs. Can I put CSS codes into an … Continue reading

How can I get the HTML code for a Word Document?

I have a word document that I want to implement into a web-based document server but I need the HTML source code to copy from the word document to the server. How can I get the source code (HTML) for a word document so I can do this? A Word document does not have HTML … Continue reading

Mastering FrontPage – HTML and Style Sheets

The sixth video lesson in this FrontPage tutorial series. You will learn: Using HTML Code: 1. The Basics of HTML Code 2. Optimizing html Code 3. Formatting HTML Code Using Style Sheets: 1. Creating a Style Sheet 2. Linking Style Sheets 3. Editing Style Sheets Making Forms: 1. Using the Form Wizard addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml-code%2Fmastering-frontpage-html-and-style-sheets’; … Continue reading

How Do I make a box that i can put an html code in, where it wont apply the html code?

Im creating a website and i have codes that i want to provide for people but, one i put the Brackets around the html code it automatically doesnt show anything or applys the code. Is there a box i can put around it or somthing so it wont apply the code? Well it depends. It … Continue reading

Is it possible to open an html file in a new resized browser window using html code?

I have a generated html code for a form that I want to use but it always opens in my current window. Is it possible to change the code so that the form opens in a new resized browser of the size I specify using only html? Any help, code, links, or tips would be … Continue reading

How do I paste a html code into my website?

I want to place 2 codes; a pay pal button and adsense. Do I google my own site and go to the actual page and go through the procedure (view, source and paste the html code there? Or do I go into my website builder? (I know how to copy and paste) 1) you manage … Continue reading

How can I create a game with html codes?

I don’t want to download a single thing and html seems easy. Is there anyway to create a game with html? html is not really designed for making games. But you can create games for a web-browser using javascript. There’s nothing to download either.. you can simply type the code into a html text document … Continue reading