Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
17 lines (12 loc) · 680 Bytes

File metadata and controls

17 lines (12 loc) · 680 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
var head = document.querySelector('head');
var title = head.innerHTML = "<title>About me </title>";
var body = document.querySelector('body');
var ul = document.createElement('ul');
body.appendChild(ul);
ul.innerHTML = "<span id = 'span1'><li>Nickname: booboo</li></span > <span id= 'span2'><li>Favorites: music, pizza, The Office</li></span><span id= 'span3'><li>Hometown: Wilmington </li> </span><span id = 'span4'><li>Random Fact: Black is my favorite color.</li></span>";
// "<ul>
// <li>Nickname: booboo</li>
// <li>Favorites: music, pizza, The Office</li>
// <li>Hometown: Wilmington </li>
// <li>Random Fact: Black is my favorite color.</li>
// </ul>";
Morty Proxy This is a proxified and sanitized view of the page, visit original site.