Problems in insert HTML code in the Page
-
Hello,everyone.Recently i encoutered a problem that when i insert HTML code into the Page,i find the additinal html code with the use of chrome developer tool, sometimes add the html tag
or <p> the html code i inserted is here:<form id="contactform"> <div><label for="name">Your Name:</label><input type="text" /></div> <div><label for="email">Email:</label><input type="text"></div> <div><label for="website">Your Website:</label><input type="text"></div> <textarea id="contactmessage"></textarea> <input type="submit" value="Submit"> </form>
In chrome, it’ll add html tag
before the label tag within the elements window of developer tool.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Problems in insert HTML code in the Page’ is closed to new replies.